projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc39351
)
* src/comp.h (unload_comp_unit): Define for vanilla build (warning removal).
author
Andrea Corallo
<akrl@sdf.org>
Thu, 1 Apr 2021 20:15:08 +0000
(22:15 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Thu, 1 Apr 2021 20:15:08 +0000
(22:15 +0200)
src/comp.h
patch
|
blob
|
history
diff --git
a/src/comp.h
b/src/comp.h
index d01bc17565d7d02e1795f3daf57930cc92391a82..e17b843d139cbee902c5a89e46cef7a34e426822 100644
(file)
--- a/
src/comp.h
+++ b/
src/comp.h
@@
-98,6
+98,10
@@
maybe_defer_native_compilation (Lisp_Object function_name,
Lisp_Object definition)
{}
+static inline
+void unload_comp_unit (struct Lisp_Native_Comp_Unit *cu)
+{}
+
extern void syms_of_comp (void);
#endif /* #ifdef HAVE_NATIVE_COMP */